home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / qbbs / sx300h1.zip / INSTALL.DAT < prev    next >
Text File  |  1992-09-07  |  4KB  |  139 lines

  1. ;---------------------------------------------------------------------
  2. ;                  Santronics Software Install System
  3. ;              (c) copyright 1992 by Santronics Software
  4. ;                         All Rights Reserved
  5. ;---------------------------------------------------------------------
  6. ;
  7. ; Title of your system
  8. ;
  9.  
  10. Title Silver Xpress
  11.  
  12. ;
  13. ; Menu Options
  14. ;
  15.  
  16. MENU 11 10 25 50 [ Pick Option ]
  17.  
  18. MENUITEM  ^Install Silver Xpress
  19.  Position   1
  20.  HELP       Select a driver and path to install Silver Xpress
  21.  COMMAND    INSTALL
  22. END MENUITEM
  23.  
  24. MENUITEM  ^Read about the Installation
  25.  Position   2
  26.  HELP       Read some information before installing system
  27.  COMMAND    READ README.300
  28. END MENUITEM
  29.  
  30. MENUITEM  Read whats ^New about Silver Xpress Version 3.00
  31.  Position   3
  32.  HELP       Read some information about new features in version 3.1
  33.  COMMAND    READ WHATSNEW.300
  34. END MENUITEM
  35.  
  36. MENUITEM  Read the ^Addendum for last minute changes
  37.  Position   4
  38.  HELP       Read about the last minute changes in Documentation and Xpress
  39.  COMMAND    READ ADDENDUM.DOC
  40. END MENUITEM
  41.  
  42. MENUITEM  ^Purchasing Silver Xpress Version 3.00
  43.  Position   5
  44.  HELP       Read information about purchasing/ordering Silver Xpress.
  45.  COMMAND    READ ORDER.FRM
  46. END MENUITEM
  47.  
  48. MENUITEM  ^Quit Install Program
  49.  Position   7
  50.  HELP       Exit Silver Xpress Install Progam and Return to DOS
  51.  COMMAND    QUIT
  52. END MENUITEM
  53.  
  54. ;
  55. ; Allow floppy Installation
  56. ;
  57.  
  58. AllowFloppy NO
  59.  
  60. ;
  61. ; Primary   Installation Minimum Hard Disk Space
  62. ;
  63.  
  64. MinHardDisk 2000
  65. NoHardDisk  No Hard Drive was found with required Disk Space of %s
  66.  
  67. ;
  68. ; Target Path. DO NOT ADDED THE DRIVE TO IT. INSTALL WILL DO THAT FOR YOU.
  69. ;
  70.  
  71. TargetPath  \xpress
  72.  
  73. PromptForTarget  YES
  74.  
  75. ;
  76. ; Files to Uncompress.
  77. ; Format:
  78. ;           ZIPFILE LOCATION[/OutPath] FILENAME[/ZipMask] DISKNUMBER LABEL
  79. ;
  80. ; If LOCATION is the word STARTUP, the INSTALL will look in the same
  81. ; drive and directory as the INSTALL program. This allows a user to
  82. ; type A:INSTALL from a hard disk location.
  83. ;
  84. ; To specify a ZIP output mask, provide a suffix to the FILENAME
  85. ; using a backward directory slash,  ie, PCVISTA1.ZIP/HELP
  86.  
  87. ; To specify an outpath or target path, use a backward directory slash with
  88. ; the LOCATION variable ie, STARTUP/HELPFILE
  89. ;
  90. ; if the work TARGET is used (default) then that is where it is stored.
  91. ;
  92. ; To specify a recursive output directory BELOW the target path, simply
  93. ; do not put any directory information, ie, STARTUP/HELPFILE or
  94. ; STARTUP/TARGET\HELPFILE is the same thing.
  95. ;
  96. ; use the following for 3.5 single diskette installation
  97.  
  98. ZIPFILE  STARTUP       XPEXE.ZIP       1 Diskette #1
  99. ZIPFILE  STARTUP/BULL  XPBULL.ZIP      1 Diskette #1
  100. ZIPFILE  STARTUP/HELP  XPHELP.ZIP      1 Diskette #1
  101. ZIPFILE  STARTUP/MISC  XPMISC.ZIP      1 Diskette #1
  102. ZIPFILE  STARTUP       XPUTIL.ZIP      1 Diskette #1
  103. ZIPFILE  STARTUP       SAMPFORM.ZIP    1 Diskette #1
  104.  
  105.  
  106. ;
  107. ; Mininum Open Files, This is the number of FILES= in the config.sys
  108. ;
  109.  
  110. MinOpenFiles 20
  111.  
  112. ;
  113. ; Successful Installation Message
  114. ;
  115.  
  116. MSGSUCCESS1 SUCCESSFUL UNPACKING/INSTALLATION
  117. MSGSUCCESS2 Read ADDENDUM.DOC for latest information on Silver Xpress
  118.  
  119. ;
  120. ; Critical Error Message
  121. ;   %e is the errorcode
  122. ;   %a is the address
  123. ;
  124.  
  125. MSGCRITICAL1 CRITICAL ERROR # %e AT %a
  126. MSGCRITICAL2 PLEASE INFORM SANTRONICS AND PROVIDE THIS ERROR NUMBER
  127.  
  128. ;
  129. ; Pre Operation (Before Unzip)
  130. ;
  131.  
  132. PREEXEC W 2 5 78 20 @STARTUPPATH@PREINST
  133.  
  134. ;
  135. ; Post Operation
  136. ;
  137.  
  138. POSTEXEC W 2 5 75 20 @STARTUPPATH@POSTINST
  139.